home *** CD-ROM | disk | FTP | other *** search
/ Mastering Public Speaking / Mastering Public Speaking.iso / pc / Click Here.exe / Click Here.dxr / Internal_38_togglechannel2.ls < prev    next >
Encoding:
Text File  |  2003-05-13  |  103 b   |  8 lines

  1. on mouseUp me
  2.   if soundBusy(2) then
  3.     sound stop 2
  4.   else
  5.     puppetSound(2, "brosil")
  6.   end if
  7. end
  8.